Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NNovInteropUnmarshaller<TStub> Class / Invoke Method


In This Topic
    Invoke Method (NNovInteropUnmarshaller<TStub>)
    In This Topic
    Performs a single unmarshalled call.
    Syntax
    'Declaration
     
    
    Public Overridable Function Invoke( _
       ByVal argsData() As System.Byte _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As NNovInteropUnmarshaller(Of TStub)
    Dim argsData() As System.Byte
    Dim value() As System.Byte
     
    value = instance.Invoke(argsData)
    public virtual System.byte[] Invoke( 
       System.byte[] argsData
    )

    Parameters

    argsData
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also